mariadb: add source mirrors
authorSebastian Kemper <[email protected]>
Sun, 13 May 2018 09:13:27 +0000 (11:13 +0200)
committerSebastian Kemper <[email protected]>
Sun, 13 May 2018 09:14:46 +0000 (11:14 +0200)
As suggested by Daniel Engberg, add some mirror servers to offload from
MariaDB's main download server.

Signed-off-by: Sebastian Kemper <[email protected]>
utils/mariadb/Makefile

index 8aea0043bfba3a9d8be47eee485209192e9dfad3..545daba0155bb5c4e9639d769b44718d6d9cadb7 100644 (file)
@@ -12,7 +12,11 @@ PKG_VERSION:=10.1.33
 PKG_RELEASE:=1
 
 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz
-PKG_SOURCE_URL:=https://downloads.mariadb.org/interstitial/$(PKG_NAME)-$(PKG_VERSION)/source
+PKG_SOURCE_URL := \
+       https://mirror.netcologne.de/mariadb/$(PKG_NAME)-$(PKG_VERSION)/source \
+       https://mirror.lstn.net/mariadb/$(PKG_NAME)-$(PKG_VERSION)/source \
+       https://ftp.yz.yamagata-u.ac.jp/pub/dbms/mariadb/$(PKG_NAME)-$(PKG_VERSION)/source \
+       https://downloads.mariadb.org/interstitial/$(PKG_NAME)-$(PKG_VERSION)/source
 
 PKG_HASH:=94312c519f2c0c25e1964c64e22aff0036fb22dfb2685638f43a6b2211395d2d
 PKG_MAINTAINER:=Sebastian Kemper <[email protected]>